home *** CD-ROM | disk | FTP | other *** search
/ PC User 2003 December / Australian PC User - December 2003 (CD2).iso / software / apps / files / dwmx2k4.exe / Disk1 / data1.cab / Configuration_En / Snippets / Comments / CommentSplitWrap.csn < prev    next >
Encoding:
Extensible Markup Language  |  2003-09-05  |  384 b   |  11 lines

  1. ∩╗┐<?xml version="1.0" encoding="utf-8"?>
  2. <snippet name = "Comment, Multi-Line" description = "Wraps an HTML comment tag around the selection, with a line break before and after the selection." preview="code" type="wrap">
  3. <insertText location="beforeSelection">
  4. <![CDATA[<!--
  5. ]]>
  6. </insertText>
  7. <insertText location="afterSelection"><![CDATA[
  8. -->]]>
  9. </insertText>
  10. </snippet>
  11.